projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9135675
)
Seal GtkTextChildAnchor.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:02:19 +0000
(11:02 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:02:19 +0000
(11:02 +0000)
* gtk/gtktextchild.h: Sealed private member.
svn path=/trunk/; revision=20538
gtk/gtktextchild.h
patch
|
blob
|
history
diff --git
a/gtk/gtktextchild.h
b/gtk/gtktextchild.h
index 71dad60b4e70f8e635e973d86c7aecc879dc14e4..a60bec4397f532da1efb084e6cb196539d0a864a 100644
(file)
--- a/
gtk/gtktextchild.h
+++ b/
gtk/gtktextchild.h
@@
-55,7
+55,7
@@
struct _GtkTextChildAnchor
{
GObject parent_instance;
- gpointer
segment
;
+ gpointer
GSEAL (segment)
;
};
struct _GtkTextChildAnchorClass